RESTful path parameters.
Keys should match placeholders in path. Example: {'id': '123'} for path '/users/{id}'
final Map<String, dynamic> pathParams;