curl --location --request GET 'https://api.stg.bidancer.com/billing-service/v1//accesses/list?take' \
--header 'Authorization: Bearer <token>'{
"status": "success",
"message": "string",
"data": [
{
"id": "string",
"billingAccountId": "string",
"userId": "string",
"name": "string",
"email": "user@example.com",
"role": "admin",
"expiresOn": "2019-08-24T14:15:22.123Z",
"createdAt": "2019-08-24T14:15:22.123Z",
"creatorId": "string",
"updatedAt": "2019-08-24T14:15:22.123Z",
"updaterId": "string"
}
],
"pagination": {
"type": "cursor",
"pageSize": 0,
"nextCursor": "string",
"prevCursor": "string",
"totalData": 0
}
}