username:passwordAuthorization: Basic *****************curl --location --request POST 'https://api.socialidnow.com/v1/marketing/login/users/reset_password/token' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "string",
"email_address": "string"
}'{
"user_id": 0,
"reset_password_token": "string"
}