curl --location --request POST 'https://api.predict.fun/v1/oauth/finalize' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"signer": "string",
"account": "string",
"signature": "string",
"data": {
"timestamp": 0,
"clientId": "string",
"authCode": "string"
}
}'{
"success": true,
"data": {
"token": "string"
}
}