Files
nosql/.posting/add-director.posting.yaml
Awen Lelu d7bea8e188 init CRUD
2025-12-18 17:16:26 +01:00

15 lines
282 B
YAML

name: add director
method: POST
url: http://localhost:8000/directors
body:
content: |-
{
"name": "Kathryn Bigelow",
"birthdate": "27-11-1951",
"nationality": "US"
}
content_type: application/json
headers:
- name: content-type
value: application/json