Is there a way to format a HTTP request like this, like when using http with markdown?
PATCH /v1/something/1234 HTTP/1.1
Host: somehost.com
Content-Type: application/json
Accept: application/json
Api-Key: supersecretkey
Content-Length: 107
{
"date": "2023-03-15 05:39",
"status": 0
}