Body
application/json
AddProfileToTierRequest Data
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"profile_id": 123,
"special_tier_id": 123,
"tier_id": 123
}
],
"success": true
}
Add a profile market tier
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"profile_id": 123,
"special_tier_id": 123,
"tier_id": 123
}
],
"success": true
}
AddProfileToTierRequest Data