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