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