curl --request POST \
--url https://api.example.com/v1/legal-contracts \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"type": "<string>",
"files": [
"<string>"
],
"color": "<string>",
"startDate": "<string>",
"endDate": "<string>",
"legalParts": "<string>"
}
'