curl --request POST \
--url http://localhost:{port}/config/resources \
--header 'Content-Type: application/json' \
--data '
{
"type": "<unknown>",
"name": "<string>",
"url": "<string>",
"branch": "<string>",
"searchPath": "<string>",
"searchPaths": [
"<string>"
],
"specialNotes": "<string>"
}
'