curl --location --request GET 'http://dev-cn.your-api-server.com/data/external/poi/claim/list/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"open_id": "string",
"cursor": 0,
"count": 0
}'{
"data": {
"cursor": "string",
"description": "string",
"error_code": "string",
"has_more": "string",
"list": [
{
"address": "string",
"name": "string",
"poi_id": "string"
}
],
"total": "string"
},
"extra": {
"description": "string",
"error_code": 0,
"logid": "string",
"now": 0,
"sub_description": "string",
"sub_error_code": 0
}
}