{
"employeeAccountId": "6397631f-18cf-4a15-8420-33023e2beb7e"
}
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": "6397631f-18cf-4a15-8420-33023e2beb7e"
}'
{}