{
"external_reference": "string",
"includes": [
"string"
]
}curl --location --request PATCH 'https://rnters-staging.herokuapp.com/api/org/contracts/' \
--header 'Authorization;' \
--header 'Auth0-IdToken;' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data-raw '{
"external_reference": "string",
"includes": [
"string"
]
}'