Creates an 837 claim from a procedure notes PDF through the Cair AI
cURL
curl --request POST \ --url https://forecaster.cairhealth.com/api/draft-claim-from-notes \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "fileContent": "<string>", "claimType": "<string>" }'
{ "success": true, "claim_optimizer_id": "12345678-1234-1234-1234-123456789012" }