curl --request POST \
--url https://api.kapso.ai/platform/v1/whatsapp/conversations/{conversation_id}/assignments \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"assignment": {
"user_id": "f1e2d3c4-b5a6-9870-fedc-ba0987654321",
"notes": "Customer needs help with integration"
}
}
'