curl --location --request PUT 'https://portal.litpro.com/api/v1/settlements/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"claimant_id": 0,
"project_uuid": "string",
"medicare_payments": 0,
"medicaid_payments": 0,
"workers_compensation_payments": 0,
"other_lien_payments": 0,
"other_lien_type": "string",
"private_lien_payments": 0,
"private_lien_type": "string",
"is_disbursement_held": -2147483648,
"defendant": "string",
"is_pre_1980": -2147483648,
"funded_on": "2019-08-24",
"funded_amount": 0,
"offset_amount": 0,
"attorney_fee_amount": 0,
"case_expense_amount": 0,
"expense_document_url": "string",
"settlement_on": "2019-08-24"
}'