API Endpoints Using User ID: GET {{ url('/api/cape-api/cape/{user_id}') }} Using Username: GET {{ url('/api/cape-api/cape/name/{username}') }} You can use either: Replace {user_id} with the user's ID number Replace {username} with the user's username