{
"uid": 0,
"appId": 0,
"rids": [
"string"
]
}
curl --location --request POST '/v4/gateway/acc.user.assignrole' \
--header 'Authorization;' \
--header 'Appkey;' \
--header 'Access-Token-Type;' \
--header 'Content-Type: application/json' \
--data-raw '{
"uid": 0,
"appId": 0,
"rids": [
"string"
]
}'
{
"success": true,
"message": "string",
"code": 0,
"data": true
}