Authorization: Bearer ********************curl --location --request DELETE 'https://connect.dispatchable.com/payments/api/v1/payments/a33f9294-91b1-4f13-9c29-8824349d1794' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--form 'paymentable_type="load"' \
--form 'paymentable_uuid="e9203e25-1b6f-4405-9076-b6f8d553493f"' \
--form 'amount="1233"' \
--form 'payment_method="cash"' \
--form 'payment_context="SHIPPER_DEPOSIT"' \
--form 'direction="OUT"' \
--form 'to_entity_type="SHIPPER"'{}