Not sure if you solved this already, but you need to stringify the request body:let response = await remoteFetchAsync(‘https://lsapi.seomoz.com/v2/url_metrics’, {
method: ‘POST’,
headers: {
‘Content-Type’: ‘application/json’,
‘Authorization’: ‘Basic ...