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":"0936dbee-a1b7-4f0a-af92-2cbac3a14e88"}'
Request examples
{
"expectation_uuid": "0936dbee-a1b7-4f0a-af92-2cbac3a14e88"
}
Response examples (401)
{
"message": "Unauthenticated."
}