curl --location --request PUT 'https://api.ticaret.pro/crm/chats//messages//assignment' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"providerSessionId": "string",
"assigneeType": "user",
"assigneeId": "string",
"userId": "string",
"groupId": "string"
}'{
"status": true,
"data": {
"assignment": {
"id": "string",
"accountId": "string",
"providerSessionId": "string",
"targetType": "chat",
"remoteJid": "string",
"messageId": "string",
"assigneeType": "user",
"assigneeId": "string",
"user": {
"id": "string",
"email": "string",
"displayName": "string",
"status": "string"
},
"group": {},
"assignedByType": "string",
"assignedBy": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}
}