Authorization: Bearer ********************
curl --location -g --request POST '{{tessla}}/verify-otp' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "otp": "607347" }'
{}