curl --location -g --request POST 'https://localhost/v1/api/workflows/{workflow_uuid/share' \
--header 'X-Multiplai-Authorization;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"users": [
{
"id": 0,
"permission": "read"
}
],
"workspaces": [
{
"uuid": "string",
"permission": "read"
}
]
}'{}