curl --request GET \
--url https://api.smartlyq.com/v1/me/balance \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"balance_sqc": 123,
"currency": "SQC"
},
"meta": {
"request_id": "<string>",
"timestamp": "2023-11-07T05:31:56Z"
}
}curl --request GET \
--url https://api.smartlyq.com/v1/me/balance \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"balance_sqc": 123,
"currency": "SQC"
},
"meta": {
"request_id": "<string>",
"timestamp": "2023-11-07T05:31:56Z"
}
}