const options = {method: 'POST'}; fetch('https://api.runmorph.dev/v1/mcp/session/{sessionToken}/messages', options) .then(response => response.json()) .then(response => console.log(response)) .catch(err => console.error(err));
{}
OK
The response is of type object.
object