Usage
Configuration
export API_KEY=<api_key>
export API_HOST=<base_url>API Structure
Request
curl $BASE_URL.Misc/CurrentAccount \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $API_KEY" \
-d '{}'Response
{
"code": "invalid_argument",
"msg": "..."
}Common errors
Last updated