POST
/api/v1/expectation/unbalance
curl \
--request POST 'https://api.plannrcrm.com/api/v1/expectation/unbalance' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"expectation_uuid":"a28976e7-fb59-450d-b722-4ba8886cda18"}'
Request examples
{
"expectation_uuid": "a28976e7-fb59-450d-b722-4ba8886cda18"
}
Response examples (401)
{
"message": "Unauthenticated."
}