The toy request posts a small JSON body.
The request uses POST
The request line says POST and names path /api.
POST /api
The Host header names api.example
The Host row pins the toy API site.
Host=api.example
The version token is pinned
The request line ends with the pinned HTTP version token.
HTTP version token
Summary
The request line and Host header say where this toy JSON request goes.
request line checked