curl --location --request POST '/subscriptions/v1/card-async/preAuthorization' \
--header 'Private-Merchant-Id: {{CL-Private-Merchant-Id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"subscriptionId": "{{subscriptionId}}",
"amount": {
"subtotalIva": 0,
"subtotalIva0": 10000.5,
"iva": 0
},
"metadata": {
"customerId": "IB200"
}
}'{}