cURL
curl --request POST \ --url http://localhost:8081/admin-service/institutions/{id}/unities/{unityId}/users \ --header 'Content-Type: application/json' \ --data '{}'
Attach user to unity
The body is of type object.
object
OK