X-Jicoo-Api-Key: ********************
curl --location --request GET '/v1/bookings//contacts' \
--header 'X-Jicoo-Api-Key;'
{
"data": [
{
"name": "string",
"email": "user@example.com",
"ccEmails": [
"user@example.com"
],
"company": "string",
"phoneNumber": "string",
"message": "string",
"textRemindNumber": "string",
"textRemindCountryCode": "string",
"answers": [
{
"question": "string",
"content": [
"string"
]
}
],
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
],
"errors": {}
}