curl --request POST \
--url https://api.g-tateth.com/api/telephony/ivr/menus \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"greeting": "<string>",
"options": [
{}
],
"timeout": 10
}
'