curl --request POST \
--url https://api.z-api.io/instances/{instanceId}/token/{token}/add-participant \
--header 'Client-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"autoInvite": true,
"groupId": "<string>",
"phones": [
{}
]
}
'