M
Nested APIs Request Bodies
Misterios Person almost 4 years ago 4176 views 2 replies
What are the request bodies for nested APIs?
2 replies
Z
zeevy almost 4 years ago
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" }