{
"id": "<string>",
"type": "users",
"attributes": {
"title": "<string>",
"name": "<string>",
"givenName": "<string>",
"familyName": "<string>",
"sex": "<string>",
"birthDate": "2023-12-25",
"email": "jsmith@example.com",
"emailVerifiedAt": "2023-11-07T05:31:56Z",
"company": "<string>",
"phone": "<string>",
"mobile": "<string>",
"timezone": "<string>",
"locale": "<string>",
"isSuperUser": true,
"isAdmin": true
},
"relationships": {
"profileImage": {}
}
}