Authorization: Bearer ********************{
"ids": [
1,
2,
3
]
}curl --location 'http://127.0.0.1:8000/api/v2/user/photos/rehandle' \
--header 'Accept: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"ids": [
1,
2,
3
]
}'{
"status": "success",
"message": "successful",
"data": {
"dispatched": 3,
"skipped": 0
},
"time": 1726567200
}