curl --location --request POST 'https://api.veniocrm.com/empeo/api/v2/profiles'\--header 'Authorization: Bearer <token>' \--header 'Content-Type: application/x-www-form-urlencoded' \--data-urlencode '{ "employeeNo": "1000", "userId": "4807D3AD-4B4B-4A6D-BA2D-EA652DCFDD95", "companyCode": "GO00005", "firstName": "อิทธิกร", "firstNameEN": "Ittikorn", "lastName": "โสภาวรรณ", "lastNameEN": "Sopawan", "nickName": "อ๊อฟ", "nickNameEN": "Aof", "emailAddress": "ittikorn.s@gofive.co.th", "telephoneNo": "0812345678", "mobileNo": "0812345678", "profileImagePath": "Image/image.png", "citizenId": "1000000000001", "dateHired": "1961-06-16T05:58:42.500Z", "profilePayroll": { "paymentMethod": 1, "bankAccountNo": "1000000000000", "isCash": false }}='status description
{"status": {"code": 200,"description": "Profile created Success!"},"data": {}}