Authorization: Bearer ********************curl --location --request POST 'https://connect.dispatchable.com/payments/api/v1/payment/applied' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--form 'payment_uuid=""' \
--form 'invoice_uuid=""' \
--form 'amount_applied=""' \
--form 'applied_at=""' \
--form 'notes=""'{}