curl --location --request POST 'gift_controller/lists' \
--header 'token: {{token}}' \
--form 'page="1"' \
--form 'limit="12"'{
"code": 0,
"msg": "string",
"time": "string",
"data": {
"list": [
{
"id": 0,
"gift_name": "string",
"gift_price": "string",
"gift_image": "string",
"created_by": 0,
"created_time": "string",
"delete_flag": 0
}
],
"total": 0,
"page": 0,
"limit": 0
}
}