curl --location --request GET 'https://api.sellerpic.ai/v1/api/usage' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"remaining": 0,
"total": 0,
"usage": 0
},
"msg": "string",
"success": true,
"traceId": "string"
}