Authorization: Bearer ********************
curl --location --request POST '/api/auth/two-factor/verify-totp' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "code": "string", "trustDevice": "string" }'
{ "status": true }