Upon executing a POST request to , the resulting response typically looks like this:
{
"success": true,
"data": {
"url": "http://i.imgflip.com/1nciey.jpg",
"page_url": "https://imgflip.com/i/1nciey"
}
}
Is there a way for me to output the string from the url
section of the response using console.log()
?