{
"type": "object",
"properties": {
"detail": {
"type": "string"
},
"errorCode": {
"type": "integer"
},
"errorMessage": {
"type": "string"
}
}
}
curl --location --request GET 'https://guestapi.roomability.io/Privacy/Detail' \
--header 'X-API-Key: {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"detail": "",
"errorCode": 0,
"errorMessage": "Successfully retrieved privacy policy."
}