Authorization: Bearer ********************
curl --location --request GET 'https://dotorit.duckdns.org/api/v1/user/myInfo' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiLtmY3quLjrj5kiLCJpZCI6NSwiYXV0aCI6Ik1FTUJFUl9LQUtBTyIsInRva2VuX2lzc3VlZF9hdCI6IjIwMjUtMDItMTlUMDU6MzA6NTYuNDMwOTgxOTI4IiwiZXhwIjoxNzM5OTQ2NjU2fQ.MlAckIakRi_WoJtals5nNh4lorBWPvjRFZf2kV_-m7A'
{
"code": 0,
"message": "string",
"data": {
"id": 0,
"name": "string",
"nickname": "string",
"profileImage": "string",
"phoneNumber": "string",
"simpleIntroduce": "string",
"dotoriTokenAmount": 0,
"boardKeywordList": [
"string"
],
"personalHistory": "string",
"myStatus": [
"string"
],
"corporateForm": "string",
"userJob": "string"
}
}