put https://api.wp.pro/v1/site//wp/theme/
Response
xxxxxxxxxx
import wppro from '@api/wppro';
wppro.siteWpChildCreate({site_id: 'site_id', theme_slug: 'theme_slug'})
.then(({ data }) => console.log(data))
.catch(err => console.error(err));
xxxxxxxxxx
{
"success": true,
"message": "string"
}