Authorization: Bearer ********************
{
"reseller": "MyResellerXYZ",
"description": "Acme UCaaS Services",
"smtp_host": "email-smtp.us-west-2.amazonaws.com",
"smtp_port": 587,
"smtp_pwd": "32432432423142clsdfkds23sdfassalfwlk23",
"smtp_uid": "567yhyfghsdfvms-dsl4345tryerwe"
}
curl --location --request POST 'https://awqacore01.crexendocloud.com/ns-api/v2/resellers' \
--header 'Content-Type: application/json' \
--data-raw '{
"reseller": "MyResellerXYZ",
"description": "Acme UCaaS Services",
"smtp_host": "email-smtp.us-west-2.amazonaws.com",
"smtp_port": 587,
"smtp_pwd": "32432432423142clsdfkds23sdfassalfwlk23",
"smtp_uid": "567yhyfghsdfvms-dsl4345tryerwe"
}'