cURL
curl --request GET \ --url http://{server_ip}:6002/outgoing/ongoing \ --header 'Content-Type: application/json' \ --data '{ "apiUser": "<string>", "apiPassword": "<string>", "apiKey": "<string>" }'
{ "status": true, "message": "<string>" }
Ongoing transfer transferring from current location to another.
Successful response with updated user details.
The response is of type object.
object