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