what should I put in the jsonrequest command in the property to return (get method) part, to get the url of the following response from an api
{
"images": [
{
"signature": "d163941ea0822448",
"extension": ".jpg",
"image_id": 7925,
"favorites": 2,
"dominant_color": "#463035",
"source": "https://www.pixiv.net/artworks/102395124",
"artist": {
"artist_id": 961,
"name": "ćććć",
"patreon": null,
"pixiv": "https://www.pixiv.net/users/41288892",
"twitter": "https://twitter.com/eshi_neko22",
"deviant_art": null
},
"uploaded_at": "2022-11-01T04:39:02.623911+01:00",
"liked_at": null,
"is_nsfw": false,
"width": 1655,
"height": 3355,
"byte_size": 4660496,
"url": "https://cdn.waifu.im/7925.jpg",
"preview_url": "https://www.waifu.im/preview/7925/",
"tags": [
{
"tag_id": 12,
"name": "waifu",
"description": "A female anime/manga character.",
"is_nsfw": false
},
{
"tag_id": 13,
"name": "maid",
"description": "Cute womans or girl employed to do domestic work in their working uniform.",
"is_nsfw": false
}
]
}
]
}
try the following:
$jsonrequest[https://api.waifu.im/search?included_tags=maid&height=>=2000;images.url;;{
"authorization": "Bearer token"
}]
but it does not work