post https://api.workbase.io/v1/links
Responses
201
201xxxxxxxxxx
10curl --request POST \
--url https://api.workbase.io/v1/links \
--header 'Portal-Mode: employeePortal' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"resourceType": "role"
}
'
xxxxxxxxxx
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"url": "string",
"name": "string",
"imageUrl": "string",
"position": "string"
}