Sử dụng
Cấu hình
export API_KEY=<api_key>
export API_HOST=<base_url>Cấu trúc API
Request
curl $BASE_URL.Misc/CurrentAccount \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $API_KEY" \
-d '{}'Response
{
"code": "invalid_argument",
"msg": "..."
}Các lỗi thường gặp
Last updated