@Get(path: 'summary/profile/{user_id}') Future<Response<Profile>> getProfile(@Path('user_id') String userId, @Query('provider') String? provider);