curl --request POST \
--url https://api.example.com/assets \
--header 'Content-Type: application/json' \
--data '
{
"policyId": "<string>",
"customFields": [
{
"key": "<string>",
"value": "<string>"
}
],
"name": "<string>",
"externalAssetId": "<string>",
"startedAt": "<string>"
}
'