curl --location --request GET '/lighthouse/admin/api/v1/third/pexels/search?keyword¤tPage' \
--header 'Lang: zh-CN' \
--header 'B-App-Id: {{B-App-Id}}' \
--header 'B-App-User-Id: {{B-App-User-Id}}' \
--header 'B-Origin-Domain: {{B-Origin-Domain}}' \
--header 'Cookie: {{Cookie}}'
{
"success": true,
"msg": "string",
"code": "string",
"content": {
"page": 0,
"per_page": 0,
"photos": [
{
"id": 0,
"width": 0,
"height": 0,
"url": "string",
"photographer": "string",
"photographer_url": "string",
"photographer_id": 0,
"avg_color": "string",
"src": {
"original": "string",
"large2x": "string",
"large": "string",
"medium": "string",
"small": "string",
"portrait": "string",
"landscape": "string",
"tiny": "string"
},
"liked": true,
"alt": "string"
}
],
"total_results": 0,
"next_page": "string"
}
}