{
"user_name": "string",
"mobile": "string",
"email": "string",
"role": [
"string"
]
}curl --location --request POST 'https://sms.crmeb.net/api/v2/signature/operator' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_name": "string",
"mobile": "string",
"email": "string",
"role": [
"string"
]
}'{
"status": 200,
"msg": "添加成功",
"data": {
"signature_admin_id": 1,
"uid": 3,
"openid": "ac5af59a9f29987cca962e18c68a1685",
"userid": "yDtzQUUckpfkhix5UaYnDs891LQBcQFz",
"user_name": "令乙萍",
"mobile": "15748455938",
"email": "tdcsbt.j4w23@hotmail.com",
"role": [
"52ec6af412793631e3ca2e7f72683705"
],
"updated_at": "2025-11-28 16:39:36",
"created_at": "2025-11-28 16:39:36",
"id": 3
}
}