cURL
curl --request GET \ --url https://api.example.com/speakers/search
[ { "id": 123, "name": "<string>" } ]
Was this page helpful?