In some cases, you need to install JWT Authentication for WP REST API to work with another app. For App builder plugin to work together JWT Authentication for WP REST API plugin, you need to config the same secret key
define('JWT_AUTH_SECRET_KEY', 'your-top-secret-key');
and