curl --request POST \
--url https://api.coinfer.ai/base/code2token \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"account_type": "google",
"code": "<string>",
"code_verifier": "",
"gh_installation_id": 123
}
'