Don’t you need to actually return something.
400 bad request is normally sent if you are sending it data it does not expect.
Also body would be empty and not RAW when you are making a GET request and not a POST request.
Don’t you need to actually return something.
400 bad request is normally sent if you are sending it data it does not expect.
Also body would be empty and not RAW when you are making a GET request and not a POST request.