cURL
curl --request POST \ --url https://api.example.com/api/v1/comparisons \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "year": 123, "contractA": {}, "contractB": {}, "results": {}, "winner": 123, "diff": 123 } '
Save a contract comparison snapshot.
0
1
201