Hello everybody!
How can I do it in espo get request for leadcapture through api. So I can post data through the api that I get when I create a leadcapture
```
Method
POST
Headers
Content-Type: application/json
Payload
{
"firstName": "FIRST_NAME",
"lastName": "LAST_NAME",
"emailAddress": "EMAIL_ADDRESS"
}
```
But how can I call this data back with a GET request, let's say I'm using postman for this job
How can I do it in espo get request for leadcapture through api. So I can post data through the api that I get when I create a leadcapture
```
Method
POST
Headers
Content-Type: application/json
Payload
{
"firstName": "FIRST_NAME",
"lastName": "LAST_NAME",
"emailAddress": "EMAIL_ADDRESS"
}
```
But how can I call this data back with a GET request, let's say I'm using postman for this job
Comment