mirror of
https://github.com/zen-browser/rices.git
synced 2025-07-07 17:05:40 +02:00
17 lines
311 B
HTTP
17 lines
311 B
HTTP
@baseUrl = http://localhost:3000
|
|
|
|
# {
|
|
# "key": "value",
|
|
# "description": "Example content"
|
|
# }
|
|
|
|
# {'key':'value','description':'Example content'}
|
|
|
|
POST {{baseUrl}}/rices
|
|
Content-Type: application/json
|
|
|
|
{
|
|
"name": "cool-zenrice-aurora",
|
|
"content": "{'key':'value','description':'Example content'}"
|
|
}
|
|
|