{ "AccountId": 1 }
curl --location '/merchant-api/v1/auth/account/kickout' \ --header 'Content-Type: application/json' \ --data '{ "AccountId": 1 }'
{ "code": 0, "message": "string", "data": { "success": true } }