curl --request POST \
--url https://api.example.com/speakers/update \
--header 'Content-Type: application/json' \
--data '
{
"id": 123,
"name": "<string>"
}
'{
"id": 123,
"name": "<string>"
}curl --request POST \
--url https://api.example.com/speakers/update \
--header 'Content-Type: application/json' \
--data '
{
"id": 123,
"name": "<string>"
}
'{
"id": 123,
"name": "<string>"
}Was this page helpful?