{
"urlFile": "https://my.site.com/img/horse.png",
"fileName": "horse.png",
"caption": "Little horse",
"participants": ["70000001234@c.us", "440000001234@c.us"] // status will be available only to the specified contacts
}
curl --location -g --request POST 'https://api.green-api.com/waInstance<Your idInstance from your Green API account>/sendMediaStatus/<Your apiTokenInstance from your Green API account>' \
--header 'Content-Type: application/json' \
--data-raw '{
"urlFile": "https://my.site.com/img/horse.png",
"fileName": "horse.png",
"caption": "Little horse",
"participants": ["70000001234@c.us", "440000001234@c.us"] // status will be available only to the specified contacts
}'
{
"idMessage": "3EB0C767D097B7C7C030"
}