Save disinterest

POST /1/disinterests

Save disinterest

application/json

Body

Responses

  • 200 application/json

    Nothing.

POST /1/disinterests
curl \
 --request POST 'https://api.localsporthero.com/1/disinterests' \
 --header "Content-Type: application/json" \
 --data '{"disinterestIds":[]}'
Request examples
{
  "disinterestIds": []
}
Response examples (200)
{}