{
"id": 0,
"user_id": 1,
"username": "ceshi123",
"mobile": "18779880762",
"password": "123456",
"pwd_confirm": "123456",
"role_id": 89
}
curl --location --request POST '/adminapi/merchant/admin_user_shop/create' \
--header 'X-Shop-Id: 97' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"user_id": 1,
"username": "ceshi123",
"mobile": "18779880762",
"password": "123456",
"pwd_confirm": "123456",
"role_id": 89
}'
{}