username:passwordAuthorization: Basic *****************curl --location --request POST 'https://api.socialidnow.com/v1/marketing/rule_engine/triggers' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"trigger": {
"account_source": "account",
"account_identifier": "string",
"login_user_source": "login_user",
"login_user_identifier": "string",
"event_type": "region_entered",
"event_attrs": {
"region_name": "region A"
}
}
}'{
"error": "authentication_failed",
"error_description": "string",
"errors": [
"string"
]
}