curl --location '/api/v2/user/qrcodes?limit=10&after=undefined&before=undefined'{
"data": [
{
"id": "string",
"brcode": "string",
"createdAt": "string",
"title": "string"
}
],
"pageInfo": {
"hasNextPage": true,
"hasPrevPage": true,
"nextPage": "string",
"previousPage": "string",
"status": 0
}
}