{
"dial_in_numbers": [
{
"number": "+1 1000200200",
"code": "1",
"country_label": "America",
"type": "toll"
}
],
"conference_code": "0125",
"leader_pin": "US_TSP_TB",
"tsp_bridge": "US_TSP_TB"
}
curl --location --request POST 'http://prod-cn.your-api-server.com/accounts//users//tsp' \
--header 'Content-Type: application/json' \
--data-raw '{
"dial_in_numbers": [
{
"number": "+1 1000200200",
"code": "1",
"country_label": "America",
"type": "toll"
}
],
"conference_code": "0125",
"leader_pin": "US_TSP_TB",
"tsp_bridge": "US_TSP_TB"
}'