{"status": false, "errors": [ ... ]}. On success the response is {"status": true}. Both outcomes are returned with HTTP 200.Authorization: Bearer ********************{"status": true} on success, or {"status": false, "errors": [ ... ]} when the requisition is not in an Accepted/Modified status. Both outcomes use HTTP 200.curl --location --globoff 'https://.daftra.com/api2/requisitions/trigger_update/1234' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"status": true,
"errors": [
"string"
]
}