curl --location 'http://open.tabcut.com:8090/api/openapi/quota/remaining' \
--header 'x-appKey;' \
--header 'x-timestamp;' \
--header 'x-sign;' \
--header 'x-uid;'{
"code": "string",
"message": "string",
"serverTime": "string",
"result": [
{
"api_uri": "string",
"units": 0
}
]
}