Get a folder_id from a folder_name. If duplicated name, the first folder_id that match it is retrieved.
get_folder_id_from_name(project_id, folder_name)
id of the project, can be obtained with get_projects().
name of the folder we are searching its id from. Can be obtained with get_folders().
character - id of the folder if found.