curl --request POST \
--url https://api.example.com/obj/create \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"obj": {
"project_id": "<string>",
"object_id": "<string>",
"val": "<unknown>",
"builtin_object_class": "<string>",
"set_base_object_class": "<string>",
"wb_user_id": "<string>"
}
}
'