Authorization: Bearer ********************
curl --location --request DELETE 'http://127.0.0.1:3000/api/curator/artisans/' \ --header 'Authorization: Bearer <token>' \ --data-urlencode 'archive=true'
{ "status": "string", "code": 0, "message": "string" }