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":"6900a8af-3197-4c4b-ac7f-bde8b2c808e8"}'
Request examples
{
"expectation_uuid": "6900a8af-3197-4c4b-ac7f-bde8b2c808e8"
}
Response examples (401)
{
"message": "Unauthenticated."
}