username:passwordAuthorization: Basic *****************curl --location --request PUT 'https://api.socialidnow.com/v1/marketing/datastore/schemas//objects/' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"object": {
"first_field": "New First Object",
"second_field": 321
}
}'{
"error": "authentication_failed",
"error_description": "string",
"errors": [
"string"
]
}