curl --location --request DELETE 'http://localhost:8080/api/blogs/' \ --header 'Authorization: Bearer {{jwttoken}}'
{ "code": 0, "message": "string", "data": {} }