curl --request GET \
--url https://api.pictify.io/image/{uid} \
--header 'Authorization: Bearer <token>'{
"image": {
"url": "https://cdn.pictify.io/renders/abc123.png",
"userStorageUrl": "<string>",
"id": "img_abc123",
"createdAt": "2023-11-07T05:31:56Z"
}
}curl --request GET \
--url https://api.pictify.io/image/{uid} \
--header 'Authorization: Bearer <token>'{
"image": {
"url": "https://cdn.pictify.io/renders/abc123.png",
"userStorageUrl": "<string>",
"id": "img_abc123",
"createdAt": "2023-11-07T05:31:56Z"
}
}