curl --location --request POST 'https://api.pixiefixapp.com/api/v1/notification/send' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"title": "string",
"body": "string",
"data": {
"customKey": "string"
}
}'
{}