POST /api/events/create
application/json
POST
/api/events/create
cURL (application/json)
curl \
--request POST 'http://api.example.com/api/events/create' \
--header "Content-Type: application/json" \
--data '{"name":"string","date":"2025-05-04T09:42:00Z","details":"string"}'
curl \
--request POST 'http://api.example.com/api/events/create' \
--header "Content-Type: text/json"
curl \
--request POST 'http://api.example.com/api/events/create' \
--header "Content-Type: application/*+json"
Request examples
{
"name": "string",
"date": "2025-05-04T09:42:00Z",
"details": "string"
}
Request examples
{
"name": "string",
"date": "2025-05-04T09:42:00Z",
"details": "string"
}
Request examples
{
"name": "string",
"date": "2025-05-04T09:42:00Z",
"details": "string"
}