get https://api.indigitall.com/v1/checkUrl
This endpoint checks the validity of a URL by making a HEAD request to the provided URL. It responds with a success message (200 OK) if the URL is valid (response code < 400), otherwise, it returns an error message (400 Bad Request).