post https://{buzz_key}.api.beeswax.com/rest/v2/accounts
Create an account (this method is only supported for users that have all_account_access)
Response
Create an account (this method is only supported for users that have all_account_access)
xxxxxxxxxx
10curl --request POST \
--url https://stingersbx.api.beeswax.com/rest/v2/accounts \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"active": true,
"timezone": "Africa/Abidjan"
}
'