curl --location --request PUT 'https://api-sandbox.saaslogic.io/v1/coupons//withdraw' \
--header 'Authorization: Bearer ' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
"withdrawalDate": "2025-01-01T00:00:00"
}'{}