Authorization: Bearer ********************curl --location --request GET 'https://prod.your-api-server.com/bookings//signed-forms' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"formTemplateId": "f62b9cf2-5cec-4a00-b364-0e5e6e71cce0",
"formTemplateName": "string",
"templateVersion": 0,
"signedAt": "2019-08-24T14:15:22.123Z",
"signerCountry": "string",
"sha256Hash": "string"
}
]
}