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