Authorization: Bearer ********************
curl --location --request POST 'http://localhost:8080/v1/directories' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "Name": "string", "ParentId": "string" }'
{}