curl --location --request GET 'https://dev-api.inwantaiwan.com/v2/videos?page&limit' \
--header 'X-App-Locale;'
{
"data": [
{
"id": 0,
"thumbnail": "string",
"video_url": "string",
"title": "string",
"description": "string",
"share_link": "string"
}
],
"meta": {
"current_page": 0,
"from": 0,
"last_page": 0,
"links": [
{
"url": "string",
"label": "string",
"active": true
}
],
"path": "string",
"per_page": 0,
"to": 0,
"total": 0
}
}