cURL
curl --request POST \ --url http://{server_ip}:6002/addQueue \ --header 'Content-Type: application/json' \ --data '{ "apiUser": "<string>", "apiPassword": "<string>", "apiKey": "<string>", "username": "<string>", "name": "<string>", "submit_speed_in_mbps": 123, "receiving_ip": "<string>", "receiving_location_name": "<string>", "sending_ip": "<string>", "sending_paths": "<string>" }'
{ "status": true, "message": "<string>" }
Add your data to queue to transfer
Plant to add to the store
The body is of type object.
object
User response
The response is of type object.