{ "keywords": "string", "status": -1 }
curl --location --request POST 'https://www.quma.cn/api/index/mini/app-list' \ --header 'AppId;' \ --header 'AppSecret;' \ --header 'Content-Type: application/json' \ --data-raw '{ "keywords": "string", "status": -1 }'
{ "list": [ { "app_name": "string", "appid": "string", "created_at": 0, "id": 0, "logo": "string", "status": 0 } ] }