Create Claim

POST {{API_BASE}}/{{API_VERSION}}/claims

Request Body

{"claim"=>{"type"=>"damage", "email_evidence_attachments"=>["REPLACE_WITH_BASE64_STRING"], "invoice_attachments"=>["REPLACE_WITH_BASE64_STRING"], "supporting_documentation_attachments"=>["REPLACE_WITH_BASE64_STRING"], "description"=>"Test description", "contact_email"=>"test@example.com", "tracking_code"=>"YOUR_TRACKING_CODE", "amount"=>"100.00"}}