curl --location --request GET 'https://api2.bigoven.com/recipe/photos/pending'
{
"ResultCount": 0,
"Results": [
{
"Caption": "string",
"CreationDate": "string",
"ImageID": 0,
"IsPrimary": true,
"MaxImageSquare": 0,
"PhotoUrl": "string",
"Poster": {
"FirstName": "string",
"LastName": "string",
"PhotoUrl": "string",
"UserID": 0,
"UserName": "string"
}
}
]
}