Add get user's tasks route

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-11-20 11:23:56 +01:00
parent fd65cfdc1c
commit feb901c9e8
6 changed files with 47 additions and 25 deletions
+16
View File
@@ -0,0 +1,16 @@
meta {
name: Get user tasks
type: http
seq: 9
}
get {
url: {{url}}/api/users/tasks
body: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}