1. Create profile by default
Create profile using default configuration
Request
Method
URL
Body
{
"config_id": "222"
}
config_id: ID of default config. Use API list config default to get config_id
Response
{
"type": "success",
"title": "Create successfully.",
"content": {
//content information
}
}
Last updated