Authorization: Bearer ********************{
	"otp": 1111111
}curl --location --request DELETE 'https://api.vpsbg.eu/v1/user/2fa' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
	"otp": 1111111
}'{}