curl --location --request POST '/auth/token/exchange' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"githubAccessToken": "gho_xxx..."
}'{
"success": true,
"data": {
"message": "Token saved successfully."
}
}