curl --location --globoff 'https://stageapi.partake.ng/api/v2/admin/queue/{{queueName}}/failed/retry' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"success": true,
"data": {
"total": 3,
"retried": 3,
"failed": 0
},
"message": "Failed jobs queued for retry."
}