curl --location --request GET 'https://api.synap.ac/v3/user-types/'
{
"data": {
"id": "FID001",
"type": "UserType",
"attributes": {
"name": "string",
"type": "string",
"pageControls": {}
},
"relationships": {}
}
}