Authorization: Bearer ********************{
"ID": 0,
"IsDefault": true,
"IsActive": true
}curl --location --request PUT 'https://api1.nilvera.com/Series' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"ID": 0,
"IsDefault": true,
"IsActive": true
}'true