curl --request POST \
--url https://reelmirror.com/api/v1/publishing/posts/{id}/retry \
--header 'Authorization: Bearer <token>'{
"data": {
"status": "publishing"
}
}Retry publishing a post that previously failed.
curl --request POST \
--url https://reelmirror.com/api/v1/publishing/posts/{id}/retry \
--header 'Authorization: Bearer <token>'{
"data": {
"status": "publishing"
}
}