To get the API key, enter the Whatsiplus panel with this LINK
curl --location --request POST 'https://api.whatsiplus.com/sendLocation/APIKEY' \ --header 'Content-Type: text/plain' \ --data-raw '{ "phonenumber": [ "15303776310", "15303776311" ], "lat": "38.909346", "long": "-77.030509" }'
{ "0": { "phonenumber": "15303776310", "messageId": 77876 }, "1": { "phonenumber": "15303776311", "messageId": 77877 }, "success": "true", "messages": "Added to the message queue" }