Can anyone help how to create web_custom_request in LR 11 from this curl request.
--request POST \
--header "Content-Type: application/json" \
--header "iplanetdirectorypro: value1" \
--data '{
"resources": [
"some.strings.with.pointer"
],
"application": "ApplicationName",
"subject": {
"ssoToken": "value2"
}