Authorization: ********************
curl --location --request POST '/auth/2fa/recovery-codes/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "twoFactorCode": "string" }'
{ "recoveryCodes": [ "string" ] }