curl --location --request POST '/v1/account/get_info' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"account_id": 378
}'{
"data": {
"avatar_url": "https://...",
"email": "test@gmail.com",
"id": 378,
"user_info": null,
"username": "API test"
},
"object": "account"
}