post https://api.bewe.io/v1/account/register
JSON example to create a Account
POST
{
"email":"[email protected]",
"password":"usuario1234",
"businessName" : "Center test",
"country": "co",
"locale": "co"
}