GetAllExperiences

This commit is contained in:
xfarrow
2025-06-12 10:30:41 +02:00
parent fd10337d14
commit fef02480d6
5 changed files with 39 additions and 3 deletions

View File

@ -0,0 +1,17 @@
meta {
name: GetAllExperiences
type: http
seq: 5
}
get {
url: http://localhost:3000/api/experiences/
body: json
auth: inherit
}
body:json {
{
"personId": 1
}
}