Authorization: Bearer ********************
curl --location --request DELETE 'http://localhost:8000/api/v1/store/100' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "otp": 99284 }'
{}