HI, I am creating a REST API for Android and iOS using CakePHP 3. I am using CakePHP 3 JWT plugin but whenever I create post request from postman I get this error.
{
"message": "CSRF token mismatch.",
"url": "/api/login",
"code": 403,
"file": "/var/www/html/hospital/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php",
"line": 195
}
Can you please help to fix this. I am using latest version of CakePHP 3