curl --location -g --request PATCH '/api/v2/cob/{{txid}}' \ --header 'Authorization: Bearer {{token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "status": "REMOVIDA_PELO_USUARIO_RECEBEDOR" }'
{}