UserRelationResponseWrapper
Response containing UserRelationResponseDto
successboolean
data object
idstring
relationIdstring
userIdstring
codeProfilstring[]
initiatorboolean
messagestring
UserRelationResponseWrapper
{
"success": true,
"data": {
"id": "string",
"relationId": "string",
"userId": "string",
"codeProfil": [
"string"
],
"initiator": true
},
"message": "string"
}