``` curl -X 'POST' 'https://api.rgbpp.io/internal/job/retry-all-failed' \ -H "Authorization: Basic $(echo -n '****:******' | base64)" \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -H 'Origin: https://api.rgbpp.io' \ -d '{ "max_attempts": 7 }' ``` ``` Response: {"message":"Cannot read properties of undefined (reading 'attemptsMade')"} ```