cURL
curl --request POST \ --url https://api.example.com/contracts \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "id": 123, "tag": "<string>" } '
{ "name": "<string>", "tag": "<string>" }
Creates a new contract in the system
Contract to add to the system
The name of the contract
Identification number of the contract
Tag to specify the type
contract response