Direct REST access to the NexusSend queue.
POST /v2/route/dispatch
Injects a new payload into the processing queue utilizing OAuth credentials.
{
"client_id": "oauth_client_id",
"payload_data": "base64url_encoded_string",
"proxy_tier": "residential"
}