cURL
curl --request GET \ --url https://api.example.com/api/v1/friends/{friend_user_id}/status
Check the friendship status with a specific user.
curl https://api.ama2.me/api/v1/friends/{friend_user_id}/status \ -H "Authorization: Bearer YOUR_JWT_TOKEN"