curl --location --request GET '/api/user/?page&limit&search'{
"data": [
{
"id": 0,
"name": "string",
"email": "string",
"first_name": "string",
"last_name": "string",
"role": "admin",
"two_factor": true,
"is_active": true,
"createdAt": "2019-08-24T14:15:22.123Z"
}
],
"paging": {
"total": 0,
"page": 0,
"limit": 0,
"total_pages": 0
}
}