curl --request PUT \
--url https://public.api.serval.com/v2/app-resources/batch \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"resources": [
{
"id": "<string>",
"resourceType": "<string>",
"name": "<string>",
"description": "<string>",
"externalId": "<string>"
}
]
}
'