POST
/
notifications
/
test
curl --request POST \
  --url https://api.pxyz.dev/api/v0/notifications/test \
  --header 'Content-Type: application/json' \
  --data '{
  "templateId": "<string>",
  "channelId": "<string>",
  "variables": "<string>",
  "input": {}
}'
"<any>"

Body

application/json

Response

200
application/json

Successful response

The response is of type any.