curl --location --request POST 'https://openapi.wolai.com/v1/token' \ --header 'Content-Type: application/json' \ --data-raw '{ "appId": "string", "appSecret": "string" }'
{}