Authorization: ********************x-api-key: ********************x-api-secret: ********************curl --location --request PATCH 'https://api.ticaret.pro/wa/labels/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"providerSessionId": "string",
"name": "string",
"color": "string",
"description": "string"
}'{
"status": true,
"data": {
"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"
}
}