cURL
curl --request PATCH \ --url http://{server_ip}:6002/outgoing/priority \ --header 'Content-Type: application/json' \ --data '{ "apiUser": "<string>", "apiPassword": "<string>", "apiKey": "<string>", "currentPriority": 123, "updatedPriority": 123 }'
{ "status": true, "message": "<string>" }
Prioritize the transfer to send it earlier or later in queue.
Successful response with updated user details.
The response is of type object.
object