curl --location --request POST 'https://api.whatsiplus.com/sendGroup/APIKEY' \
--form 'groupId="120363292564959780"' \
--form 'message="This is a test message"' \
--form 'link="https://example.com/image.jpg"'
{
"success": "true",
"message": "Added to the message queue",
"messageId": 637
}