curl --location '/v1/cancel-operation' \
--header 'Content-Type: application/json' \
--data '{
"token": "###############################################",
"fundCnpj": "99999999999999",
"additiveNumber": "999999",
"reason": "MOTIVO DO CANCELAMENTO",
"userName": "USUARIO RESPONSAVEL"
}'"Registro rejeitado com sucesso."