Já tentei colocar o arquivo pagamento.json na raiz, dentro da pasta files e ao usar o comando abaixo no windows 10, não está dando certo:
curl http://localhost:3000/pagamentos/pagamento -X POST -v -H "Content-type: application/json" -d @files/pagamento.json
Warning: Couldn't read data from file "files/pagamento.json", this makes an empty
o q pode estar acontecendo?