cURL
curl --request POST \ --url https://api.z-api.io/instances/{instanceId}/token/{token}/business/categories \ --header 'Client-Token: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "categories": [ {} ] } '
{ "success": true }
Assigns categories to the WhatsApp Business profile
{ "categories": ["RESTAURANT", "FINANCE", "629412378414563"] }
true
false