POST
/recipes/
curl \
--request POST 'http://api.example.com/recipes/' \
--header "Content-Type: application/json" \
--data '{"items":[{"name":"string","count":42}]}'
Request examples
{
"items": [
{
"name": "string",
"count": 42
}
]
}
Response examples (201)
{
"token": "string",
"items": [
{
"name": "string",
"count": 42.0
}
]
}
Response examples (400)
string
Response examples (503)
string