Authorization: ********************curl --location --request GET 'https://api-inventory.simprasuite.com/quick/api/agreement?request' \
--header 'QuickIntegrationKey;' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application\json'{
"agreement": {
"id": "string",
"languageId": "string",
"version": 0,
"agreementText": "string"
}
}