curl --location --request POST '/users/me' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"owner": "octocat",
"repo": "Hello-World"
}'{
"success": true,
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
"githubRepoId": 0,
"repositoryFullName": "string",
"owner": "string",
"repo": "string",
"registeredAt": "2019-08-24T14:15:22Z"
},
"message": "string"
}