I used rest.nvim couple of weeks ago and everything was fine. However it doesn't work anymore and I have no idea why.
This is my request:
POST http://127.0.0.1:8080/v1/user/signup
Content-Type: application/json
API-TOKEN: API-TOKEN: 0a479179624fb5255cb9054603382077dd7366b0319386dd89b12806463bd000
{
"device_id": "admin_1",
"password": "admin_1"
}
I use Rust - actix-web framework. It says Error in response: Deserialize(Error("expected value", line: 1, column: 1))
Btw, everything is okay in Insomnia and Postman
I used rest.nvim couple of weeks ago and everything was fine. However it doesn't work anymore and I have no idea why.
This is my request:
I use Rust - actix-web framework. It says
Error in response: Deserialize(Error("expected value", line: 1, column: 1))Btw, everything is okay in Insomnia and Postman