rices/test/restclient/01_create_rice.http
oscargonzalezmoreno@gmail.com 96b3c4f8b5 fix base64 issues
2024-12-26 18:31:57 +01:00

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'}"
}