square-painter-33350
08/18/2023, 3:26 PMcurl --location --request POST '<http://localhost:8080/api/graphql>' \
--header 'Authorization: Bearer <my-access-token>' \
--header 'Content-Type: application/json' \
--data-raw '{ "query": "mutation createDomain { createDomain(input: { name: \"Marketing\", description: \"Entities related to the marketing department.\" }) }", "variables":{}}'aloof-gpu-11378
08/21/2023, 8:26 AMsquare-painter-33350
09/19/2023, 5:55 PM