curl --location --request POST 'http://dev-cn.your-api-server.com/api/v1/streams/candidate/' \
--header 'Authorization: Bearer SECRET_KEY' \
--header 'content-type: application/json' \
--data-raw '{
"candidate": {
"candidate": "string",
"sdpMLineIndex": "string",
"sdpMid": "string",
"usernameFragment": "string"
}
}'
{}