curl --request POST \
--url https://api.example.com/contracts \
--header 'Content-Type: application/json' \
--data '
{
"counterpartyId": "<string>",
"title": "<string>",
"description": "<string>",
"escrowAmount": 123,
"currency": "<string>",
"conditions": [
{}
],
"deadlineDays": 123
}
'