username:passwordAuthorization: Basic *****************curl --location --request POST 'https://api.socialidnow.com/v1/marketing/login/users//notifications/facebook' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"template": "string",
"href": "string"
}'{
"success": true
}