{}
curl --location --request DELETE 'http://127.0.0.1:9999/api/v1/service/access/' \
--header 'x-token: {{x-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 200,
"message": "create service successfully",
"data": {
"id": "1baf18b3-5e1e-13f9-f34b-400e8585ab2f"
}
}