POST/v1/gitlab/oauth/complete
curl https://api.gntai.dev/v1/gitlab/oauth/complete \
--request POST \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>' \
--data '{
"code": "string",
"state": "string",
"error": "string"
}'