{ "title": "Post Atualizado", "author": "santosqa.com" }
curl --location --request PUT 'http://localhost:6000/posts/2' \ --header 'Authorization: Bearer <token_de_acesso>' \ --header 'Content-Type: application/json' \ --data-raw '{ "title": "Post Atualizado", "author": "santosqa.com" }'
{ "access_token": "string" }