curl --request POST \
--url https://{defaultHost}/v5/app/notification_requests \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"body": {
"title": "<string>",
"subtitle": "<string>",
"content": "<string>"
},
"topics": [
{
"topic_identifier": "<string>",
"users": [
"<string>"
]
}
],
"sender_user_id": "<string>",
"external_id": "<string>",
"link": "<string>",
"rest_path": "<string>",
"target": {
"experience": "<string>"
}
}'