curl --request POST \
--url https://api.example.com/api/v1/income-docs \
--header 'Content-Type: application/json' \
--data '
{
"doc_type": "<string>",
"tax_year": 123,
"agency": "<string>",
"wages_cents": 123,
"federal_withheld_cents": 123,
"state_withheld_cents": 123,
"s3_key": "<string>",
"notes": "<string>"
}
'