query account details by id
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request samples
curl --location --request GET '/account/'
Responses
application/json {
"accountId": "AC1550486662545440",
"accountName": "Lyla curry",
"currency": "EUR",
"status": "Active",
"remark": "new account",
"ctime": "2023-06-06T01:20:55.000+00:00",
"utime": "2023-06-06T01:20:55.000+00:00"
}
Modified at 2023-06-07 01:43:07