post https://api.naoca.com/v1/condolences//report
Responses
xxxxxxxxxx
curl --request POST \
--url https://api.naoca.com/v1/condolences/id/report \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"category": "Inappropriate content"
}
'
xxxxxxxxxx
{
"metadata": {
"request_id": "Cd-cJi3cSwMEMWg=",
"method": "POST",
"url": "https://api.naoca.com.au/condolences/{id}/report"
}
}