Get your own Node server
FormattedResponse:
{
  data: { user: 'admin' },
  status: '200',
  message: 'Success',
  timestamp: '2021-06-01T10:00:00.000Z'
}

StringPropsOnly:
{
  message: 'Success'
}

In TypeScript:
FormattedResponse would have status and timestamp as strings
StringPropsOnly would only include the message property