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