curl --location --request POST '/api/Role/UserAssignmentToRole' \
--header 'Content-Type: application/json' \
--data-raw '{
"roleId": "7382d58e-652a-4905-b7c9-bcca1e0e5391",
"userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b"
}'{
"success": true,
"statusCode": 0,
"errorCode": "string",
"errors": [
"string"
],
"result": {}
}