Not able to create 'orders/create' webhook from REST API

I am getting empty response from post-webhooks
This my curl

curl --location '{{SHOP_DOMAIN}/admin/api/2023-07/webhooks.json' \
--header 'X-Shopify-Access-Token: ACCESS_TOKEN' \
--header 'Content-Type: application/json' \
--header 'Cookie: request_method=POST' \
--data '{
    "webhook": {
        "topic": "orders/create",
        "address": WEBHOOK_ADDRESS,
        "format": "json"
    }
}'

Response

{
    "webhooks": []
}

I am using a valid token, as it is returning orders data.

address field is missing.

Make sure your address is valid Live HTTPS URL

I am using a Valid Address here, as the same address is working fine for other Shopify Users we have in our system, but getting the above issue for some Shopify users.

There can be one more chance that its not working

https://www.sslshopper.com/ssl-checker.html

Check your domain, is everything is geen over there ?

Yes everything is Green here