I currently have a drupal site that I am generating endpoints for using the JSON:API and RESTful Services modules.
I am able to setup the API to GET content and POST content through the api but I am unable to upload files. This is the issue that I am having.
How do I set up Drupal so that I can use post files to Drupal the same as you would an s3 bucket?