Authorization: ********************x-api-key: ********************x-api-secret: ********************curl --location --request POST 'https://api.ticaret.pro/crm/customers//notes' \
--header 'x-account-id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": "string",
"contactId": "string"
}'{
"success": true,
"data": {
"id": "string",
"accountId": "string",
"customerId": "string",
"contactId": "string",
"body": "string",
"status": "active",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}