curl --request POST \
--url https://api.example.com/notifications/new-signup{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Publish a signup notification. Email comes from JWT, not request body.
curl --request POST \
--url https://api.example.com/notifications/new-signup{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Successful Response