Create an allowed origin
Adds an origin to the admin CORS allowlist. The value must be a bare
scheme://host[:port] (no path, query, or fragment) and use http or
https.
Required scope: write_settings (for API-key authentication).
POST
Spree Admin SDK
Authorizations
Secret API key for admin access
JWT token for admin user authentication
Headers
Bearer token for admin authentication
Body
application/json
Example:
"https://admin.example.com"
Spree Admin SDK

