Add validate user route

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-10-23 11:57:11 +02:00
parent 7add68c780
commit 5787d5fac3
5 changed files with 44 additions and 2 deletions
+21
View File
@@ -0,0 +1,21 @@
meta {
name: Validate User
type: http
seq: 5
}
post {
url: http://localhost:8000/api/users/5/validate
body: none
auth: inherit
}
headers {
Accept: application/json
X-XSRF-TOKEN:
}
settings {
encodeUrl: true
timeout: 0
}