curl --location 'https://<instance>/v2/users/<user-id>/recovery_codes' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token' \
--data '{
"count": 1
}'
curl --location 'https://<instance>/v2/users/<user-id>/recovery_codes' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token' \
--data '{
"count": 1
}'