curl --location --request POST 'http://dev-cn.your-api-server.com/v1/subaccounts//rotate' \ --header 'authorization: <authorization>'
{ "status": "success", "subaccount_id": "1234567890", "api_key": "sub-sk-1234567890" }