curl --request POST \
--url https://synthesis.trade/api/v1/account/interests \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"interests": [
"crypto",
"politics"
]
}
'{
"success": true,
"response": [
"crypto",
"politics"
]
}Replace the account interest tags used by recommendation flows.
curl --request POST \
--url https://synthesis.trade/api/v1/account/interests \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"interests": [
"crypto",
"politics"
]
}
'{
"success": true,
"response": [
"crypto",
"politics"
]
}