curl --request POST \
--url https://api.example.com/negotiations \
--header 'Content-Type: application/json' \
--data '
{
"counterpartyId": "<string>",
"subject": "<string>",
"offer": {},
"relatedEntityType": "<string>",
"relatedEntityId": "<string>",
"expiresInHours": 123
}
'