Authorization: Bearer ********************curl --location --request POST 'https://connect.dispatchable.com/auth/api/v1/email/confirm-code' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--form 'email=""' \
--form 'code=""'{}