Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//themes/v3/editor/schemas' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"theme_id": "string",
"theme_slug": "string",
"settings_schema": [
null
],
"section_schemas": {
"property1": "string",
"property2": "string"
},
"block_schemas": {
"property1": "string",
"property2": "string"
},
"theme_type": "internal"
},
"message": "string"
}