{
"message": "I use Green-API to send this message!",
"backgroundColor": "#000000",
"font": "SERIF",
"participants": ["70000001234@c.us", "440000001234@c.us"] // статус будет доступен только указанным контактам
}
curl --location -g --request POST '/waInstance{{idInstance}}/sendTextStatus/{{apiTokenInstance}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"message": "I use Green-API to send this message!",
"backgroundColor": "#000000",
"font": "SERIF",
"participants": ["70000001234@c.us", "440000001234@c.us"] // статус будет доступен только указанным контактам
}'
{
"idMessage": "3EB0C767D097B7C7C030"
}