Request processing
- The service processes the JSON body needed to perform the requested operation.
- The application code does not intentionally write request bodies to a database, file, analytics service, or application log.
- The service does not call third-party endpoints and does not request passwords, access tokens, private keys, or production credentials.
- Responses are generated during the request and are not intended as durable storage.