Added Register Workflow Request Handler and fixed some bugs
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
type: http_request
|
||||
model: http_request
|
||||
id: rq_eRxcYSQsbe
|
||||
createdAt: 2026-02-15T19:37:26.962157100
|
||||
updatedAt: 2026-02-15T19:39:42.170904100
|
||||
workspaceId: wk_gViMDNsLC9
|
||||
folderId: fl_gBnxCkQD7y
|
||||
authentication: {}
|
||||
authenticationType: null
|
||||
body:
|
||||
text: |-
|
||||
{
|
||||
"firstName": "${[ firstname ]}",
|
||||
"lastName": "${[ lastname ]}",
|
||||
"email": "${[ email ]}",
|
||||
"phoneNumber": "${[ phoneNumber ]}",
|
||||
"country": "de",
|
||||
"password": "${[ password ]}"
|
||||
}
|
||||
bodyType: application/json
|
||||
description: ''
|
||||
headers:
|
||||
- enabled: true
|
||||
name: Content-Type
|
||||
value: application/json
|
||||
id: d7yQvygRwt
|
||||
method: POST
|
||||
name: Register
|
||||
sortPriority: -1753351216695.0
|
||||
url: ${[ BASE_URL ]}/auth/register
|
||||
urlParameters: []
|
||||
Reference in New Issue
Block a user