curl --request POST \
--url https://api.example.com/speakers/hallucination \
--header 'Content-Type: application/json' \
--data '{
"id": 123
}'{}curl --request POST \
--url https://api.example.com/speakers/hallucination \
--header 'Content-Type: application/json' \
--data '{
"id": 123
}'{}The response is of type object.
Was this page helpful?