curl --request POST \
--url https://api.example.com/audio/device/start \
--header 'Content-Type: application/json' \
--data '
{
"device_name": "<string>"
}
'{
"success": true,
"message": "<string>"
}curl --request POST \
--url https://api.example.com/audio/device/start \
--header 'Content-Type: application/json' \
--data '
{
"device_name": "<string>"
}
'{
"success": true,
"message": "<string>"
}Was this page helpful?