curl --request POST \
--url https://api.example.com/media/upload-svg \
--header 'Authorization: Bearer <token>'Accepts a full SVG file upload, validates and saves it to blob storage, and returns the file URL.
curl --request POST \
--url https://api.example.com/media/upload-svg \
--header 'Authorization: Bearer <token>'The access token received from the authorization server in the OAuth 2.0 flow.
Success