GET all articles
GET /wp-json/wp/v2/posts
GET all categories
GET /wp-json/wp/v2/categories
GET articles in a category
GET /wp-json/wp/v2/posts?categories=CATEGORY_ID
GET /wp-json/wp/v2/posts?categories=4&per_page=20&page=1
GET /wp-json/wp/v2/posts
GET /wp-json/wp/v2/categories
GET /wp-json/wp/v2/posts?categories=CATEGORY_ID
GET /wp-json/wp/v2/posts?categories=4&per_page=20&page=1