curl --request POST \
--url http://localhost:8080/cabinet/subscription/devices/purchase \
--header 'Content-Type: application/json' \
--data '{
"devices": 50
}'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Purchase additional device slots for subscription.
curl --request POST \
--url http://localhost:8080/cabinet/subscription/devices/purchase \
--header 'Content-Type: application/json' \
--data '{
"devices": 50
}'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Request to purchase additional device slots.
Number of additional devices
1 <= x <= 100Successful Response