curl --location 'https://api.way-api.io/instances//groups//participants' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"participants": [
"string"
]
}'{
"chatId": "string",
"status": "updated",
"participants": [
{
"id": "string",
"status": "added",
"code": 0
}
]
}