curl --location 'https://portal.litpro.com/api/v1/claimants' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"first_name": "Jane",
"last_name": "Doe",
"ssn": "123-45-1226",
"gender": "female",
"date_of_birth": "2020-12-30",
"address": "123 Fake Street",
"city": "Sometown",
"state": "CA",
"zip": "90210",
"client_file_num": "123403-3434",
"state_date_of_injury": "NY",
"project_uuid": "a4b2a6c6-9a36-4fdf-8ffb-330d44d16e8d",
"injury": "Broken Leg",
"diagnose_date": "2022-10-18"
}'{
"data": {
"id": 0,
"client": "string",
"first_name": "string",
"last_name": "string",
"gender": "string",
"ssn": "string",
"date_of_birth": "string",
"date_of_death": null,
"address": "string",
"address2": null,
"city": "string",
"state": "string",
"zip": "string",
"client_file_num": "string",
"state_date_of_injury": "string",
"case_type": null,
"case_type_description": null,
"project": "string",
"injured_on": null,
"injury": "string",
"diagnose_date": "string",
"wrongful_death": null,
"created_at": "string"
}
}