GET
curl -i -X GET \
'https://leadgen.grinfi.io/flows/api/attachments/{uuid}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "uuid": "string", "team_id": 0, "user_id": 0, "payload": { "name": "photo.png", "path": "attachments/134/1ab98d82-cc1a-451b-918e-5b9c026a9d85.png", "size": "324274", "type": "image/png" }, "body": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }