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

17 lines
296 B
YAML

name: fetch movie
url: http://localhost:8000/movies
body:
content: |-
{
"title": "point break",
"year": 1991,
"genre": [
"action"
],
"director_id": "string"
}
content_type: application/json
headers:
- name: content-type
value: application/json