When the application performs a GET request for a specific individual, the create_user_blob method does not provide a value for the education level field, thus this information is never handed back to the client. This is a relatively simple fix that requires adding the education level to the method body.
When the application performs a GET request for a specific individual, the
create_user_blobmethod does not provide a value for the education level field, thus this information is never handed back to the client. This is a relatively simple fix that requires adding the education level to the method body.