Skip to main content
POST
/
admin-service
/
specialties
cURL
curl --request POST \
  --url http://localhost:8081/admin-service/specialties \
  --header 'Content-Type: application/json' \
  --data '{}'

Body

application/json

The body is of type object.

Response

Created