curl --location --request POST '/api/auth/two-factor/generate-backup-codes' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "string"
}'
{
"status": true,
"backupCodes": [
"string"
]
}