.json file.Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//themes/v2//export' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"format": "string",
"version": 0,
"exported_at": "string",
"theme": {
"property1": "string",
"property2": "string"
},
"customization": {
"property1": "string",
"property2": "string"
},
"customization_v3": {
"property1": "string",
"property2": "string"
}
},
"message": "string"
}