Add get user's tasks route
This commit is contained in:
@@ -10,16 +10,12 @@ post {
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
headers {
|
||||
X-XSRF-TOKEN:
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"event_id": 1,
|
||||
"name": "test",
|
||||
"location": "location test",
|
||||
"description": "desc test",
|
||||
"name": "test12",
|
||||
"location": "blahhhhh",
|
||||
"description": "blouuuuuuuuuuh",
|
||||
"start": "2025-11-09 15:30:00",
|
||||
"end": "2025-11-09 15:30:00",
|
||||
"max_participants": 10
|
||||
|
||||
Reference in New Issue
Block a user