curl --location --request GET 'https://dev-api.inwantaiwan.com/api/cms/v1/home/popbanner' \
--header 'Accept: application/json'
{
"data": [
{
"id": 0,
"image": "string",
"created_at": "string",
"period": {
"start_date": "string",
"end_date": "string"
}
}
]
}