Nested APIs Request Bodies

What are the request bodies for nested APIs?

To get the user posts GET https://gorest.co.in/public/v2/users/3562/posts

To create user posts POST https://gorest.co.in/public/v2/users/3562/posts data {"title": "post title", "body": "post body" }

https://gorest.co.in/public/v2/users/3562/posts


Little markdown supported