Authorization: ********************x-api-key: ********************x-api-secret: ********************curl --location --request POST 'https://api.ticaret.pro/wa/chats//messages//labels' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"providerSessionId": "string",
"labelId": "string"
}'{
"status": true,
"data": {
"rows": [
{
"id": "string",
"accountId": "string",
"name": "string",
"color": "string",
"description": "string",
"status": "active",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"entityVersion": "string"
}
]
}
}