{ "apikey": "{{apiKey}}" }
curl --location --request POST 'https://www.runninghub.ai/uc/openapi/accountStatus' \ --header 'Host: www.runninghub.ai' \ --header 'Content-Type: application/json' \ --data-raw '{ "apikey": "Please enter your own apiKey and keep it safe." }'
{ "code": 0, "msg": "success", "data": { "remainCoins": "177814", "currentTaskCounts": "0", "remainMoney": null, "currency": null, "apiType": "NORMAL" } }