Authorization: Bearer ********************{
"number": "CTR-001",
"date": "2026-08-04",
"uniqueCode": "SHORT-CODE",
"ruCompany": "/ru_companies/1",
"seller": "/agents/1"
}
curl --location 'https://mock.apidog.com/m1/463678-0-default/contracts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"number": "CTR-001",
"date": "2026-08-04",
"uniqueCode": "SHORT-CODE",
"ruCompany": "/ru_companies/1",
"seller": "/agents/1"
}'{}