Authorization: Bearer ********************curl --location --request DELETE 'https://numueg.app/api/v1/stores//settings/customization/assets' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"key": "string"
}'{
"success": true,
"data": {
"property1": "string",
"property2": "string"
},
"message": "string"
}