curl --request POST \
--url https://tars.loopscale.com/v1/markets/creditbook/collateral/orca/claim_fees \
--header 'Content-Type: application/json' \
--header 'user-wallet: <user-wallet>' \
--data '
{
"loan": "<string>",
"positionMint": "<string>"
}
'