{
"employeeAccountId": "08e59628-f4d5-4471-a872-7cdde55a2987",
"roleId": 3
}
curl --location --request POST 'http://localhost:8082/rest/admin/secured/accounts/master-user-role/save' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"employeeAccountId": "08e59628-f4d5-4471-a872-7cdde55a2987",
"roleId": 3
}'
{}