authorization: ********************{
"country": "US",
"page": 1,
"limit": 20
}curl --location --request POST '/fd2024/my-photos' \
--header 'authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"country": "US",
"page": 1,
"limit": 20
}'{
"data": {
"page": {
"current": 1,
"limit": 20,
"total": 4
},
"results": {
"albums": {
"CA": 0,
"CN": 0,
"JP": 0,
"KR": 0,
"NZ": 0,
"SG": 0,
"UK": 0,
"US": 2
},
"photos": [
{
"id": 14,
"country": "US",
"url": "https://gzxz2021-76330.picgzc.qpic.cn/fd2024/6/a/6a339b5ac3843bfade4f9b2535ceb829.png",
"desc": "hahahaha",
"chnName": "吴康瑞",
"createdTime": 1723296190000
},
{
"id": 13,
"country": "US",
"url": "https://gzxz2021-76330.picgzc.qpic.cn/fd2024/6/a/6a339b5ac3843bfade4f9b2535ceb829.png",
"desc": "hahahaha",
"chnName": "吴康瑞",
"createdTime": 1723296076000
}
]
},
"errmsg": "success",
"ret": 0
}