curl --request POST \
--url https://api-dev.monyfix.tech/notifications/send-single \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"title": "<string>",
"desc": "<string>",
"user_id": "<string>",
"picture": "<string>",
"sound": "<string>",
"keys": {}
}
'