Authorization: Bearer ********************
{
"userId": 13,
"roleIds": [1]
}
curl --location --request POST '/approval/user/config' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 13,
"roleIds": [1]
}'
{
"msg": "string",
"code": 0
}