curl --location --request PATCH 'http://localhost:8080/api/v1/blogs/' \ --header 'Content-Type: application/json' \ --data-raw '{ "title": "string", "description": "string" }'
{}
Authorization: Bearer ********************