{ "quote": "Test." }
curl --location --request PATCH 'https://api.gycoding.com/books/profiles/halloffame/quote' \ --header 'Content-Type: application/json' \ --data-raw '{ "quote": "Test." }'
null