x-api-key: ********************curl --location 'https://dev-api.wincloudone.com/stdinterface/api/v1/rooms/extracharge?company_id=undefined&check_in_date=undefined&check_out_date=undefined&extraChargeId=undefined&total_ExtraItem=undefined' \
--header 'x-api-key: <api-key>'{
"success": true,
"message": "string",
"errorCode": "string",
"statusCode": 0,
"data": {
"individualCharge": {
"property1": 0,
"property2": 0
},
"totalCharge": 0
},
"timestamp": "2019-08-24T14:15:22.123Z",
"correlationId": "string"
}