curl --location --request GET 'https://staging.syncode.anggita.org/api/users/me/quotas' \
--header 'Authorization: Bearer <token>'{
"ai": {
"used": 0,
"limit": 0,
"resetsAt": "2019-08-24T14:15:22.123Z"
},
"execution": {
"used": 0,
"limit": 0,
"resetsAt": "2019-08-24T14:15:22.123Z"
},
"rooms": {
"activeCount": 0,
"maxActive": 0
}
}