Authorization: Bearer ********************
{
"name": "string",
"email": "string",
"password": "string",
"role": "string",
"auto_record": "string",
"plan_slug": "string",
"add_on_slug": "string"
}
curl --location -g --request POST 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/{{domain}}/users/{{user}}/host' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"email": "string",
"password": "string",
"role": "string",
"auto_record": "string",
"plan_slug": "string",
"add_on_slug": "string"
}'
{
"code": 202,
"message": "Accepted"
}