sortBy
order
curl --location --request GET 'https://dummyjson.com/posts?sortBy=title&order=asc'
{ "posts": [ { "id": 0, "title": "string", "body": "string", "tags": [ "string" ], "reactions": { "likes": 0, "dislikes": 0 }, "views": 0, "userId": 0 } ], "total": 0, "skip": 0, "limit": 0 }