Authorization: Bearer ********************curl --location --request PUT 'https://numueg.app/api/v1/stores//themes/code/files/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"content": "string"
}'{
"success": true,
"data": {
"path": "string",
"content": "string",
"updated_at": "string"
},
"message": "string"
}