POST
/1/feedback
curl \
--request POST 'https://api.localsporthero.com/1/feedback' \
--header "Content-Type: application/json" \
--data '{"text":"string"}'
Request examples
{
"text": "string"
}
curl \
--request POST 'https://api.localsporthero.com/1/feedback' \
--header "Content-Type: application/json" \
--data '{"text":"string"}'
{
"text": "string"
}