When I call this API
https://www.breakingbadapi.com/api/quotes/1
Current implementation
[{
"quote_id":1,
"quote":"I am not in danger, Skyler. I am the danger!",
"author":"Walter White","series":"Breaking Bad"
}]
Requested new response implementation
[{
"quote_id":1,
"quote":"I am not in danger, Skyler. I am the danger!",
"author":"Walter White","series":"Breaking Bad",
"to_whom":"Skyler"
}]