curl --location '/v1/pois' \
--header 'X-Autopass-Thirdparty-Client-Id;' \
--data-urlencode 'bounding_box=' \
--data-urlencode 'circle%5Blat%5D=' \
--data-urlencode 'circle%5Blng%5D=' \
--data-urlencode 'circle%5Bradius%5D=' \
--data-urlencode 'limit=' \
--data-urlencode 'store_types=' \
--data-urlencode 'parkinglot_cooperation_states=' \
--data-urlencode 'gas_station_cooperation_states='{
"data": [
{
"store_id": "string",
"vendor_id": "string",
"lat": 0,
"lng": 0,
"name": "string",
"cooperation_state": "not_in_cooperated",
"telephone": "string",
"address": "string",
"current_business_hours": "string",
"share_link": "http://example.com",
"full_business_hours": "string",
"store_type": "Parkinglot",
"extra_info": {
"current_parking_price": "string",
"current_first_hour_price": {
"price": "string",
"charge_mode": "fixed_rate",
"fixed_rate_duration": 0
},
"full_parking_price": "string",
"full_parking_price_array": [
"string"
],
"building": "string",
"autopass_issue": "string",
"total_lots": 0,
"available_lots": 0,
"is_pay_taipei": true
},
"opening_time_status": "opening",
"opening_time_all_day_open": true
}
]
}