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":"f349903b-7dbb-42e6-be25-2d40f810da83"}'
Request examples
{
"expectation_uuid": "f349903b-7dbb-42e6-be25-2d40f810da83"
}
Response examples (401)
{
"message": "Unauthenticated."
}