Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//themes/external/builds/' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"build_id": "string",
"status": "queued",
"theme_id": "string",
"bundle_url": "string",
"css_url": "string",
"error": "string",
"started_at": "2019-08-24T14:15:22.123Z",
"completed_at": "2019-08-24T14:15:22.123Z"
},
"message": "string"
}