npm install && numu-theme buildAuthorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//themes/external' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"github_url": "string",
"branch": "main"
}'{
"success": true,
"data": {
"build_id": "string",
"status": "queued",
"message": "string"
},
"message": "string"
}