curl --location --request POST 'https://dev.isaac.wellnessliving.com/omega/businesses//staff//token' \
--header 'Content-Type: application/json' \
--header 'X-API-KEY;' \
--data-raw '{
"role": "string",
"location_id": "string",
"context_id": "string",
"persistent_cookie": "string"
}'
{
"token": "string",
"message": "Token generated successfully"
}