curl --location --request GET 'https://api.uat.tacra.market/staff/credit'{
"success": true,
"message": "string",
"body": {
"creditNumber": 0,
"creditResult": [
{
"userID": "string",
"userName": "string",
"userProfile": "string",
"userWorks": [
{
"TACRA": "string",
"works": [
"string"
]
}
]
}
]
}
}