username:passwordAuthorization: Basic *****************curl --location --request PUT 'https://api.socialidnow.com/v1/marketing/datastore/schemas/' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"schema": {
"name": "new_first_schema",
"fields": [
{
"name": "new_field",
"type": "string"
}
],
"permissions": {
"write_protected": false,
"read_protected": true
}
}
}'{
"error": "authentication_failed",
"error_description": "string",
"errors": [
"string"
]
}