username:passwordAuthorization: Basic *****************{
"topics": [
"string"
]
}curl --location --request PUT '/repos///topics' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"topics": [
"string"
]
}'{}