To get the API key, enter the Whatsiplus panel with this LINK
curl --location --request POST 'https://api.whatsiplus.com/sendLocation/APIKEY' \ --form 'phonenumber="15551234567"' \ --form 'lat="38.909346"' \ --form 'long="-77.030509"'
{ "success": "true", "message": "Added to the message queue", "messageId": 77873 }