{
  "status": "success",
  "message": "tier added",
  "data": {}
}

URL
https://test-api.bvndle.com/api/v1/laas/user/add-tier
Base URL
https://test-api.bvndle.com/api/v1/laas
HTTP Method
POST
Authorization Header
Bearer ACCESS_TOKEN

Request Body:
nametypeDescription
userIdstringOptional
ID of the user
partnerIdstringOptional
ID of the partner

cURL
curl --request POST
'https://test-api.bvndle.com/api/v1/laas/user/add-tier' \
--header 'Content-Type: application/json' \

{
    "userId": "ceede6ba-bc5b-460b-a056-b28e5bce803b",
    "partnerId": "0463c990-3b8b-4cb4-b0bc-b08aa0d88d93"
}

{
  "status": "success",
  "message": "tier added",
  "data": {}
}