The header name "X-CRSH-token" is not correct, it must be "x-csrf-token". First you have to make a GET request to fetch the token value. Then in the POST request to have to add the header with the fetched token value.
↧
The header name "X-CRSH-token" is not correct, it must be "x-csrf-token". First you have to make a GET request to fetch the token value. Then in the POST request to have to add the header with the fetched token value.