cURL
curl --request PATCH \ --url http://localhost:8081/admin-service/specialties/{id} \ --header 'Content-Type: application/json' \ --data '{}'
Update specialty (e.g. enable/disable)
The body is of type object.
object
OK