{ "botId": "string" }
curl --location 'http://localhost/getClientKey' \ --header 'X-Token: yoyohuhu' \ --header 'Content-Type: application/json' \ --data '{ "botId": "string" }'
{ "code": 0, "data": { "clientKey": "C3CE318440EB05F9" } }