This API returns all user profile
The base URL for all API requests is:
https://game-api-server-g4fnbl6ewq-as.a.run.app
GET /v1/user/allDataReturns a list of all data profile.
userId :offset :Returns a JSON object with the following properties:
count: The total number of books in the library.results: An array of book objects, each with the following properties:
id: The unique identifier of the book.title: The title of the book.author: The author of the book.description: A brief description of the book.publication_date: The publication date of the book.Request:
GET /books?limit=5&offset=10
Response: