Authorization: Bearer ********************curl --location --request DELETE 'https://connect.dispatchable.com/payments/api/v1/portal/payment/card' \
--header 'Accept: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"company_uuid": "fd8ddd84-420d-4db1-ba17-c1d8b62434a7",
"item_uuid": "456e7890-f12b-34d5-b678-426614174111",
"item_type": "subscription",
}'{}