Authorization: Bearer ********************
curl --location '/auth/validate-otp' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "identifier": "sohelcse1999@gmail.com", "otp_code": "212121" }'
{}