curl --location --request GET 'https://api.whatsiplus.com/webhook/set/APIKEY?url=https://example.com/webhook'
{
"status": "true",
"url": "https://example.com/webhook",
"apiKey": "APIKEY",
"message": "Webhook has been set successfully"
}