Added Register Workflow Request Handler and fixed some bugs

This commit is contained in:
CodingPhoenixx
2026-02-15 21:32:06 +01:00
parent 6eca824961
commit ffbf4f7500
11 changed files with 280 additions and 12 deletions
+27
View File
@@ -0,0 +1,27 @@
type: http_request
model: http_request
id: rq_qMQNa95s3H
createdAt: 2025-07-24T10:00:16.697661100
updatedAt: 2025-07-25T17:35:16.939160200
workspaceId: wk_gViMDNsLC9
folderId: fl_gBnxCkQD7y
authentication: {}
authenticationType: null
body:
text: |-
{
"email":"${[ email ]}",
"password":"${[ password ]}"
}
bodyType: application/json
description: ''
headers:
- enabled: true
name: Content-Type
value: application/json
id: bMujbbncVX
method: POST
name: Login
sortPriority: -1753351216695.0
url: ${[ BASE_URL ]}/auth/login
urlParameters: []