curl --location --request POST '/adminapi/mall.shop/edit_account' \
--header 'admin-token: 46055299183372a13571170dac053cc4' \
--header 'shop-token: {{shop-token}}' \
--header 'api-token: {{api-token}}' \
--form 'account_id=""' \
--form 'login_username=""'
{}