curl --request PUT \
--url https://apigw.bienport.com/api/resource/{resourceId}/update \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'OrganizationId: <organizationid>' \
--data '
{
"enabled": true,
"networkId": "<string>",
"organizationId": 123,
"resourceName": "<string>"
}
'