curl --location 'https://api.techrar.com/public-api/v1/notifications/' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"receivers": [
"0534501056"
],
"type": "sms",
"app_id": 44,
"title": "-",
"body": "message content",
"data": {
"key": "value"
},
"template_id": null
}'{
"message": "Notification sent successfully"
}