curl --request POST \
--url https://api.ezapi.com.br/instances/{instanceId}/token/{instanceToken}/send-image \
--header 'Client-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"phone": "{{PHONE}}",
"image": "https://images.unsplash.com/photo-1519125323398-675f0ddb6308?auto=format&fit=crop&w=1200&q=80"
}
'