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":"f078f723-d224-4faf-8d05-6fca25bd6155"}'
Request examples
{
"expectation_uuid": "f078f723-d224-4faf-8d05-6fca25bd6155"
}
Response examples (401)
{
"message": "Unauthenticated."
}