post https://www.keycafe.com/v0/aliasCode
Create an alias code with a POST request to the endpoint (enterprise customers only).
The post body should contain the necessary data to create the alias code as a JSON object:
{
"code": "123456",
"location": {
"id": 123456
}
}