Skip to main content
cURL
curl --request POST \
  --url https://api.example.com/speakers/hallucination \
  --header 'Content-Type: application/json' \
  --data '{
  "id": 123
}'
{}

Body

application/json
id
integer
required

Response

200 - application/json

The response is of type object.