Authorization: Bearer ********************curl --location 'https://dev-api-desk.tks.co.th/api/Notification/send' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json; v=1.0' \
--data '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"title": "string",
"message": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"isRead": true,
"userId": "string",
"url": "string",
"type": 0
}'