curl --location --globoff '{store_url}/api/v1//products/123/stock-alerts' \
--header 'Content-Type: application/json' \
--data-raw '{
"customer_email": "customer@example.com",
"customer_phone_number": "+966501234567",
"customer_name": "Ahmed Ali"
}'"Stock alert registered successfully"