curl --location 'https://developer.salesmartly.com/api/v2/remove-line-app' \
--header 'external-sign;' \
--form 'project_id="example-project-id"' \
--form 'id="2001"'{
"code": 0,
"msg": "success",
"request_id": "example-request-id",
"data": {
"id": 2001
}
}