curl --request POST \
--url https://app.pnta.io/api/v1/notifications \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"notification": {
"title": "<string>",
"body": "<string>",
"targets": [
"<string>"
],
"link_to": "<string>"
}
}
'