Authorization: Bearer ********************
curl --location --request POST 'https://fullers.flamesware.com/api/v1/restaurant/auth/reset-password' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer <token>' \ --form 'email=""' \ --form 'otp=""' \ --form 'password=""'
{}