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