Create a new client record in the database. Validates that the required full_name field is present before inserting.
full_name
CreateClientResult with the newly created client on success.
Create a new client record in the database. Validates that the required
full_namefield is present before inserting.