curl --location --request PUT '/coupons//withdraw' \ --header 'Authorization: Bearer {{bearerToken}}' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --data '{ "withdrawalDate": "2025-01-01T00:00:00" }'
{}