Authorization: Bearer ********************
curl --location --request POST 'http://localhost:8000/api/v1/store/new-otp' \ --header 'Authorization: Bearer <token>' \ --form 'phonecode="62"' \ --form 'phone="8977788859"'
{}