Your syntax is fine, but maybe the server rejects large files? Try adding `--limit-rate 500K` to throttle upload speed.
Also, if it’s a REST API, check if they expect JSON instead. Tools like Insomnia or httpie can help visualize requests better than raw CURL.
Also, if it’s a REST API, check if they expect JSON instead. Tools like Insomnia or httpie can help visualize requests better than raw CURL.
