POST
/
subaccount
curl --request POST \
  --url https://nini.monieswitch.com/subaccount \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "Testing"
}'

Body

application/json
name
string

Response

200 - application/json
data
object
message
string
status
boolean