{
"tenancyName": "string",
"userName": "string"
}
curl --location --request POST '/api/services/app/Friendship/CreateFriendshipRequestByUserName' \
--header 'Content-Type: application/json' \
--data-raw '{
"tenancyName": "string",
"userName": "string"
}'
{
"friendUserId": 0,
"friendTenantId": 0,
"friendUserName": "string",
"friendTenancyName": "string",
"friendProfilePictureId": "db8c4803-622a-407a-841c-36c11113bd1b",
"unreadMessageCount": 0,
"isOnline": true,
"state": 1
}