curl --location -g --request POST 'http:///settings/account/two-step' \ --header 'Content-Type: application/json' \ --data-raw '{ "pin": "<Two-Step Verification PIN>" }'
{}