{
"attendees": [
{
"name": "Jill Chill"
}
],
"ttl": 7200
}
curl --location --request POST 'http://prod-cn.your-api-server.com/accounts//meetings//invite_links' \
--header 'Content-Type: application/json' \
--data-raw '{
"attendees": [
{
"name": "Jill Chill"
}
],
"ttl": 7200
}'