Authorization: Bearer ********************
curl --location --request POST 'http://localhost:8000/api/v1/store/1/delete' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer <token>' \ --form 'phonecode="62"' \ --form 'phone="85730316700"'
{}