account_requests:review.account_requests:review.Authorization: ********************curl --location '/v1/admin/account-requests' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"request_id": "266ea41d-adf5-480b-af50-15b940c2b846",
"account_type_id": "baf55510-832d-4f74-9f92-e025da90456f",
"currency": "string",
"status": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"account_id": "449e7a5c-69d3-4b8a-aaaf-5c9b713ebc65",
"reject_reason": "string"
}
]
}