curl --request POST \
--url https://api.quiva.ai/accounts/import \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"import": {
"name": "<string>",
"subject": "<string>",
"account": "<string>",
"token_position": 123
}
}
'