Skip to main content
POST
/
listBlog
List blog posts (athlete)
curl --request POST \
  --url http://localhost/mogl/mogl-backend/api/listBlog \
  --header 'Content-Type: application/json' \
  --data '
{
  "page": 1,
  "limit": 10
}
'

Body

application/json
page
integer
Example:

1

limit
integer
Example:

10

Response

200

Blog list