1class="hl-comment">// POST з JSON-тілом
2async class="hl-keyword">function createPost(data) {
3 class="hl-keyword">const response = await fetch(class="hl-string">039;https:class="hl-comment">//api.example.com/posts039;, {method: 'POST',
headers: {
'Content-Type': 'application/json',
'Authorization': 'Bearer my-token',
'X-Custom-Header': 'value'
},