Change License Domain Information            
            
            With this API command, "Change the License Domain Name Information" process is provided.
| METHOD | POST | 
| URL | < API URL >order/transaction | 
| Content-Type | application/json | 
Parameters
| Name | Mandatory | Description | 
| key | Yes | API key information you obtained. | 
| id | Yes | ID number of the service. | 
| action | Yes | The name of the process to be performed. change-domain  | 
| domain | Yes | The new domain name to be identified. | 
Sample Request
{
	"key":"< API KEY >",
	"id":10001,
	"action":"change-domain",
	"domain":"new-example.com"
}
Sample Output
{
	"status":"successful"
}