Authorization: Bearer ********************curl --location --globoff 'http://127.0.0.1:8000/api/v2/user/photos/rehandle-status?ids[]=1&ids[]=2&ids[]=3' \
--header 'Accept: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"status": "success",
"message": "successful",
"data": {
"completed": [
1,
3
],
"pending": [
2
]
},
"time": 1726567200
}