curl --location --request POST '/conferences//actions/play' \
--header 'Content-Type: application/json' \
--data-raw '{
"audio_url": "http://www.example.com/sounds/greeting.wav"
}'
{
"data": {
"result": "ok"
}
}
Authorization: Bearer ********************