Authorization: Bearer ********************
curl --location --request GET '/auth/get_my_auth'
{
"code": 0,
"data": {
"id": 0,
"username": "string",
"status": 0,
"avatar": "string",
"title": "string",
"created_at": "string",
"updated_at": "string",
"deleted_at": null,
"auths": [
{
"id": 0,
"auth_name": "string",
"auth_description": "string",
"p_id": 0,
"created_at": "string",
"updated_at": "string",
"deleted_at": null
}
]
},
"message": "string"
}