curl --request POST \
--url https://vpn.bserv.dev/api/v1/vpn/servers/deploy \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'token: <api-key>' \
--data id=123 \
--data 'password_deploy=<string>' \
--data 'host=<string>' \
--data 'username=<string>' \
--data port=123{
"success": true,
"message": "Server: 8 deploy successfully",
"status_deploy": "Dependencies resolved.\nNothing to do.\nComplete!\n"
}curl --request POST \
--url https://vpn.bserv.dev/api/v1/vpn/servers/deploy \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'token: <api-key>' \
--data id=123 \
--data 'password_deploy=<string>' \
--data 'host=<string>' \
--data 'username=<string>' \
--data port=123{
"success": true,
"message": "Server: 8 deploy successfully",
"status_deploy": "Dependencies resolved.\nNothing to do.\nComplete!\n"
}