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