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