Update Drupal API to 10+
For the composer lakedrops:audit-ignore-report
command we currently use the old D7 API, but that should be changed to D10+.
Examples:
# D7
https://www.drupal.org/api-d7/node.json?type=project_module&field_project_machine_name=eca
# D10+
https://www.drupal.org/jsonapi/index/project_modules?filter%5Bmachine_name%5D=eca
# D10+ include reference
https://www.drupal.org/jsonapi/index/project_modules?filter%5Bmachine_name%5D=eca&include=field_development_status
Here is how Project Browser uses the API: https://git.drupalcode.org/project/project_browser/-/blob/2.0.x/src/Plugin/ProjectBrowserSource/DrupalDotOrgJsonApi.php?ref_type=heads